home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / sm32a.zip / KEYWORD / LINEREL.KEY < prev    next >
Text File  |  1993-11-07  |  308b  |  6 lines

  1. * linerel                                             internal
  2. linerel(dx,dy) draws a line from the current point (x,y) to (x+dx,y+dy).
  3. linerel() is graphics function so it only works on graphics mode.
  4. See also: arc, line, lineto, putpixel.
  5. e.g. graph, moveto(100,100), linerel(100,100), readchar, text
  6.